home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / tools.lha / tools / error.h < prev   
Text File  |  1993-08-08  |  82b  |  7 lines

  1. ifndef ERRORH
  2.  define ERRORH
  3.  
  4. oid error(const char *fmt ...);
  5.  
  6. endif /* ERRORH */
  7.